* s/dgux.h (BROKEN_FASYNC): #define this.
authorJim Blandy <jimb@redhat.com>
Thu, 10 Jun 1993 06:11:55 +0000 (06:11 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 10 Jun 1993 06:11:55 +0000 (06:11 +0000)
src/s/dgux.h

index 9f4e759f7ae51b835c6be2747571ac0d0f2210ec..2c7478d9e02fc8d59d291db461b59062b2e8f6e8 100644 (file)
@@ -324,3 +324,11 @@ CC=gcc
 #endif /* COFF */
 /* Define switches affecting x/ymakefile */
 #define C_OPTIMIZE_SWITCH
+
+/* Paul M Reilly <pmr@rock.concert.net> writes:
+   On some systems (DGUX comes to mind real fast) FASYNC causes
+   background writes to the terminal to stop all processes in the
+   process group when invoked under the csh (and probably any shell
+   with job control). This stops Emacs dead in its tracks when coming
+   up under X11. */
+#define BROKEN_FASYNC